Uses of Class
negotiator.issue.ValueDiscrete

Packages that use ValueDiscrete
agents.anac.y2010.Southampton.analysis   
agents.anac.y2011.Gahboninho   
negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010   
negotiator.boaframework.opponentmodel   
negotiator.boaframework.sharedagentstate.anac2011.gahboninho   
negotiator.issue   
negotiator.utility   
 

Uses of ValueDiscrete in agents.anac.y2010.Southampton.analysis
 

Methods in agents.anac.y2010.Southampton.analysis that return ValueDiscrete
 ValueDiscrete[] BidSpace.EvaluatedDiscreteCombination.getDiscreteCombination()
           
static ValueDiscrete[][] BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions, java.util.ArrayList<java.lang.Double> discreteWeights)
           
 

Method parameters in agents.anac.y2010.Southampton.analysis with type arguments of type ValueDiscrete
static ValueDiscrete[][] BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions, java.util.ArrayList<java.lang.Double> discreteWeights)
           
 

Constructors in agents.anac.y2010.Southampton.analysis with parameters of type ValueDiscrete
BidSpace.EvaluatedDiscreteCombination(ValueDiscrete[] discreteCombination, double jointUtility)
           
 

Uses of ValueDiscrete in agents.anac.y2011.Gahboninho
 

Methods in agents.anac.y2011.Gahboninho with parameters of type ValueDiscrete
 Value OpponnentModel.ImproveValue(int IssueNumber, ValueDiscrete ValToImprove)
           
 

Uses of ValueDiscrete in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
 

Methods in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010 that return ValueDiscrete
 ValueDiscrete[] BidSpace.EvaluatedDiscreteCombination.getDiscreteCombination()
           
static ValueDiscrete[][] BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions, java.util.ArrayList<java.lang.Double> discreteWeights)
           
 

Method parameters in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010 with type arguments of type ValueDiscrete
static ValueDiscrete[][] BidSpaceDiscrete.getDiscreteCombinations(java.util.ArrayList<java.util.HashMap<ValueDiscrete,java.lang.Double>> discreteEvaluationFunctions, java.util.ArrayList<java.lang.Double> discreteWeights)
           
 

Constructors in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010 with parameters of type ValueDiscrete
BidSpace.EvaluatedDiscreteCombination(ValueDiscrete[] discreteCombination, double jointUtility)
           
 

Uses of ValueDiscrete in negotiator.boaframework.opponentmodel
 

Methods in negotiator.boaframework.opponentmodel with parameters of type ValueDiscrete
 double AgentXFrequencyModel.getEvaluationOfValue(int issueIndex, ValueDiscrete valueOfIssue)
          Gives the normalized value rank of some value within a certain Issue
 

Uses of ValueDiscrete in negotiator.boaframework.sharedagentstate.anac2011.gahboninho
 

Methods in negotiator.boaframework.sharedagentstate.anac2011.gahboninho with parameters of type ValueDiscrete
 Value GahboninhoOM.ImproveValue(int IssueNumber, ValueDiscrete ValToImprove)
           
 

Uses of ValueDiscrete in negotiator.issue
 

Methods in negotiator.issue that return ValueDiscrete
 ValueDiscrete IssueDiscrete.getValue(int index)
          Get value by its Sting representation, null otherwise.
 

Methods in negotiator.issue that return types with arguments of type ValueDiscrete
 java.util.List<ValueDiscrete> IssueDiscrete.getValues()
          Gives an enumeration over all values in this discrete issue.
 

Methods in negotiator.issue with parameters of type ValueDiscrete
 java.lang.String IssueDiscrete.getDesc(ValueDiscrete value)
           
 int IssueDiscrete.getValueIndex(ValueDiscrete value)
           
 void IssueDiscrete.setDesc(ValueDiscrete val, java.lang.String desc)
          Sets the desc for value val.
 

Uses of ValueDiscrete in negotiator.utility
 

Methods in negotiator.utility that return types with arguments of type ValueDiscrete
 java.util.Set<ValueDiscrete> EvaluatorDiscrete.getValues()
           
 

Methods in negotiator.utility with parameters of type ValueDiscrete
 void EvaluatorDiscrete.addEvaluation(ValueDiscrete value, java.lang.Integer evaluation)
          Add a new possible value to the issue.
 java.lang.Double EvaluatorDiscrete.getEvaluation(ValueDiscrete value)
           
 java.lang.Integer EvaluatorDiscrete.getEvaluationNotNormalized(ValueDiscrete value)
           
 java.lang.Integer EvaluatorDiscrete.getValue(ValueDiscrete value)